projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4befd13
)
Adwaita: circular button focus
author
Jakub Steiner
<jimmac@gmail.com>
Mon, 16 Nov 2020 18:04:07 +0000
(19:04 +0100)
committer
Jakub Steiner
<jimmac@gmail.com>
Mon, 16 Nov 2020 18:11:52 +0000
(19:11 +0100)
- have the same focus look like the other items
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3368
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index b69db89d18114af51729fff12b0ae150d1ce9c75..d123800e8eb79030055a31beaba4fad98a2e246a 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-4193,6
+4193,10
@@
popover.menu {
@extend %list_button;
padding: 11px;
+ &:focus {
+ background-color: $menu_selected_color;
+ border-color: $menu_selected_color;
+ }
}
}